Html Css Color HEX #764650 Camelot

📋 copy color: '#764650'

red 118 ◦ green 70 ◦ blue 80

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

Shades of Camelot #764650

Tints of Camelot #764650

RGB

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

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

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

R = 44.03%
G = 26.12%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#764650 (or 0x764650) is known color: Camelot. HEX triplet: 76, 46 and 50. RGB value is (118,70,80). Sum of RGB (Red+Green+Blue) = 118+70+80=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764650 is #89B9AF. Grayscale: #555555. Windows color (decimal): -9025968 or 5260918. OLE color: 5260918.

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

Color convert

RGB 118 70 80 -
CMYK 0 0.41 0.32 0.54
HSL 347.5º 0.26% 0.37% -
HSV(B) 347.5º 0.41% 0.46% -
XYZ 11.11 8.81 8.7 -
YUV 85.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 118 70 80 0 0.41 0.32 0.54 347.5 0.26 0.37
Hex 76 46 50 0 29 20 36 15C 1A 25
Octal 166 106 120 0 51 40 66 534 32 45
Binary 1110110 1000110 1010000 0 101001 100000 110110 101011100 11010 100101

Color Harmonies of #764650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764650

Black with #764650

Text Example


Text Example

White with #764650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764650; }

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

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

background-color css

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

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

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

border-color css

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

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

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