Html Css Color HEX #76464F Camelot

📋 copy color: '#76464F'

red 118 ◦ green 70 ◦ blue 79

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

Shades of Camelot #76464F

Tints of Camelot #76464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 44.19%
G = 26.22%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76464F (or 0x76464F) is known color: Camelot. HEX triplet: 76, 46 and 4F. RGB value is (118,70,79). Sum of RGB (Red+Green+Blue) = 118+70+79=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76464F is #89B9B0. Grayscale: #555555. Windows color (decimal): -9025969 or 5195382. OLE color: 5195382.

HSL color Cylindrical-coordinate representation of color #76464F: hue angle of 348.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76464F is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 79 -
CMYK 0 0.41 0.33 0.54
HSL 348.75º 0.26% 0.37% -
HSV(B) 348.75º 0.41% 0.46% -
XYZ 11.07 8.8 8.51 -
YUV 85.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 118 70 79 0 0.41 0.33 0.54 348.75 0.26 0.37
Hex 76 46 4F 0 29 21 36 15D 1A 25
Octal 166 106 117 0 51 41 66 535 32 45
Binary 1110110 1000110 1001111 0 101001 100001 110110 101011101 11010 100101

Color Harmonies of #76464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76464F

Black with #76464F

Text Example


Text Example

White with #76464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76464F; }

 p { color: rgb(118,70,79); }

 H1.HeaderClassName
 {
   color: #76464F;
 }
 .AnyTagClassName
 {
   color: #76464F;
 }
</style>

background-color css

<style>
 a { background-color: #76464F; }

 a { background-color: rgb(118,70,79); }

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

border-color css

<style>
 span { border-color: #76464F; }

 span { border-color: rgb(118,70,79); }

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