Html Css Color HEX #764853 Camelot

📋 copy color: '#764853'

red 118 ◦ green 72 ◦ blue 83

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

Shades of Camelot #764853

Tints of Camelot #764853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 43.22%
G = 26.37%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#764853 (or 0x764853) is known color: Camelot. HEX triplet: 76, 48 and 53. RGB value is (118,72,83). Sum of RGB (Red+Green+Blue) = 118+72+83=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764853 is #89B7AC. Grayscale: #575757. Windows color (decimal): -9025453 or 5458038. OLE color: 5458038.

HSL color Cylindrical-coordinate representation of color #764853: hue angle of 345.65º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764853 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 83 -
CMYK 0 0.39 0.30 0.54
HSL 345.65º 0.24% 0.37% -
HSV(B) 345.65º 0.39% 0.46% -
XYZ 11.35 9.11 9.34 -
YUV 87.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 118 72 83 0 0.39 0.30 0.54 345.65 0.24 0.37
Hex 76 48 53 0 27 1E 36 15A 18 25
Octal 166 110 123 0 47 36 66 532 30 45
Binary 1110110 1001000 1010011 0 100111 11110 110110 101011010 11000 100101

Color Harmonies of #764853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764853

Black with #764853

Text Example


Text Example

White with #764853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764853; }

 p { color: rgb(118,72,83); }

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

background-color css

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

 a { background-color: rgb(118,72,83); }

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

border-color css

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

 span { border-color: rgb(118,72,83); }

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