Html Css Color HEX #764250 Camelot

📋 copy color: '#764250'

red 118 ◦ green 66 ◦ blue 80

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

Shades of Camelot #764250

Tints of Camelot #764250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 44.7%
G = 25%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#764250 (or 0x764250) is known color: Camelot. HEX triplet: 76, 42 and 50. RGB value is (118,66,80). Sum of RGB (Red+Green+Blue) = 118+66+80=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #764250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764250 is #89BDAF. Grayscale: #535353. Windows color (decimal): -9026992 or 5259894. OLE color: 5259894.

HSL color Cylindrical-coordinate representation of color #764250: hue angle of 343.85º 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 #764250 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 80 -
CMYK 0 0.44 0.32 0.54
HSL 343.85º 0.28% 0.36% -
HSV(B) 343.85º 0.44% 0.46% -
XYZ 10.87 8.33 8.62 -
YUV 83.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 118 66 80 0 0.44 0.32 0.54 343.85 0.28 0.36
Hex 76 42 50 0 2C 20 36 158 1C 24
Octal 166 102 120 0 54 40 66 530 34 44
Binary 1110110 1000010 1010000 0 101100 100000 110110 101011000 11100 100100

Color Harmonies of #764250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764250

Black with #764250

Text Example


Text Example

White with #764250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764250; }

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

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

background-color css

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

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

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

border-color css

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

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

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