Html Css Color HEX #764251 Camelot

📋 copy color: '#764251'

red 118 ◦ green 66 ◦ blue 81

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

Shades of Camelot #764251

Tints of Camelot #764251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 44.53%
G = 24.91%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#764251 (or 0x764251) is known color: Camelot. HEX triplet: 76, 42 and 51. RGB value is (118,66,81). Sum of RGB (Red+Green+Blue) = 118+66+81=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764251 is #89BDAE. Grayscale: #535353. Windows color (decimal): -9026991 or 5325430. OLE color: 5325430.

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

Color convert

RGB 118 66 81 -
CMYK 0 0.44 0.31 0.54
HSL 342.69º 0.28% 0.36% -
HSV(B) 342.69º 0.44% 0.46% -
XYZ 10.9 8.34 8.82 -
YUV 83.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 118 66 81 0 0.44 0.31 0.54 342.69 0.28 0.36
Hex 76 42 51 0 2C 1F 36 157 1C 24
Octal 166 102 121 0 54 37 66 527 34 44
Binary 1110110 1000010 1010001 0 101100 11111 110110 101010111 11100 100100

Color Harmonies of #764251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764251

Black with #764251

Text Example


Text Example

White with #764251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764251; }

 p { color: rgb(118,66,81); }

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

background-color css

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

 a { background-color: rgb(118,66,81); }

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

border-color css

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

 span { border-color: rgb(118,66,81); }

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