Html Css Color HEX #76404B Camelot

📋 copy color: '#76404B'

red 118 ◦ green 64 ◦ blue 75

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

Shades of Camelot #76404B

Tints of Camelot #76404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 45.91%
G = 24.9%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76404B (or 0x76404B) is known color: Camelot. HEX triplet: 76, 40 and 4B. RGB value is (118,64,75). Sum of RGB (Red+Green+Blue) = 118+64+75=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76404B is #89BFB4. Grayscale: #515151. Windows color (decimal): -9027509 or 4931702. OLE color: 4931702.

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

Color convert

RGB 118 64 75 -
CMYK 0 0.46 0.36 0.54
HSL 347.78º 0.3% 0.36% -
HSV(B) 347.78º 0.46% 0.46% -
XYZ 10.57 8.03 7.65 -
YUV 81.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 118 64 75 0 0.46 0.36 0.54 347.78 0.3 0.36
Hex 76 40 4B 0 2E 24 36 15C 1E 24
Octal 166 100 113 0 56 44 66 534 36 44
Binary 1110110 1000000 1001011 0 101110 100100 110110 101011100 11110 100100

Color Harmonies of #76404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76404B

Black with #76404B

Text Example


Text Example

White with #76404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76404B; }

 p { color: rgb(118,64,75); }

 H1.HeaderClassName
 {
   color: #76404B;
 }
 .AnyTagClassName
 {
   color: #76404B;
 }
</style>

background-color css

<style>
 a { background-color: #76404B; }

 a { background-color: rgb(118,64,75); }

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

border-color css

<style>
 span { border-color: #76404B; }

 span { border-color: rgb(118,64,75); }

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