Html Css Color HEX #76444E Camelot

📋 copy color: '#76444E'

red 118 ◦ green 68 ◦ blue 78

#76444E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #76444E

Tints of Camelot #76444E

RGB

 RED value IS 118 (46.48% from 255) = 44.7%

 GREEN value IS 68 (26.95% from 255) = 25.76%

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 44.7%
G = 25.76%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76444E (or 0x76444E) is known color: Camelot. HEX triplet: 76, 44 and 4E. RGB value is (118,68,78). Sum of RGB (Red+Green+Blue) = 118+68+78=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76444E is #89BBB1. Grayscale: #545454. Windows color (decimal): -9026482 or 5129334. OLE color: 5129334.

HSL color Cylindrical-coordinate representation of color #76444E: hue angle of 348º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76444E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 78 -
CMYK 0 0.42 0.34 0.54
HSL 348º 0.27% 0.36% -
HSV(B) 348º 0.42% 0.46% -
XYZ 10.91 8.54 8.28 -
YUV 84.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 118 68 78 0 0.42 0.34 0.54 348 0.27 0.36
Hex 76 44 4E 0 2A 22 36 15C 1B 24
Octal 166 104 116 0 52 42 66 534 33 44
Binary 1110110 1000100 1001110 0 101010 100010 110110 101011100 11011 100100

Color Harmonies of #76444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76444E

Black with #76444E

Text Example


Text Example

White with #76444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76444E; }

 p { color: rgb(118,68,78); }

 H1.HeaderClassName
 {
   color: #76444E;
 }
 .AnyTagClassName
 {
   color: #76444E;
 }
</style>

background-color css

<style>
 a { background-color: #76444E; }

 a { background-color: rgb(118,68,78); }

 div.DivClassName
 {
   background-color: #76444E;
 }
 .BgClassName
 {
   background-color: #76444E;
 }
</style>

border-color css

<style>
 span { border-color: #76444E; }

 span { border-color: rgb(118,68,78); }

 td.TdClassName
 {
   border-color: #76444E;
 }
 .TagClassName
 {
   border-color: #76444E;
 }
</style>