Html Css Color HEX #76444D Camelot

📋 copy color: '#76444D'

red 118 ◦ green 68 ◦ blue 77

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

Shades of Camelot #76444D

Tints of Camelot #76444D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 44.87%
G = 25.86%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76444D (or 0x76444D) is known color: Camelot. HEX triplet: 76, 44 and 4D. RGB value is (118,68,77). Sum of RGB (Red+Green+Blue) = 118+68+77=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76444D is #89BBB2. Grayscale: #535353. Windows color (decimal): -9026483 or 5063798. OLE color: 5063798.

HSL color Cylindrical-coordinate representation of color #76444D: hue angle of 349.2º 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 #76444D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 77 -
CMYK 0 0.42 0.35 0.54
HSL 349.2º 0.27% 0.36% -
HSV(B) 349.2º 0.42% 0.46% -
XYZ 10.88 8.52 8.09 -
YUV 83.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 118 68 77 0 0.42 0.35 0.54 349.2 0.27 0.36
Hex 76 44 4D 0 2A 23 36 15D 1B 24
Octal 166 104 115 0 52 43 66 535 33 44
Binary 1110110 1000100 1001101 0 101010 100011 110110 101011101 11011 100100

Color Harmonies of #76444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76444D

Black with #76444D

Text Example


Text Example

White with #76444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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