Html Css Color HEX #764953 Camelot

📋 copy color: '#764953'

red 118 ◦ green 73 ◦ blue 83

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

Shades of Camelot #764953

Tints of Camelot #764953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

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

R = 43.07%
G = 26.64%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#764953 (or 0x764953) is known color: Camelot. HEX triplet: 76, 49 and 53. RGB value is (118,73,83). Sum of RGB (Red+Green+Blue) = 118+73+83=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764953 is #89B6AC. Grayscale: #575757. Windows color (decimal): -9025197 or 5458294. OLE color: 5458294.

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

Color convert

RGB 118 73 83 -
CMYK 0 0.38 0.30 0.54
HSL 346.67º 0.24% 0.37% -
HSV(B) 346.67º 0.38% 0.46% -
XYZ 11.42 9.24 9.37 -
YUV 87.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 118 73 83 0 0.38 0.30 0.54 346.67 0.24 0.37
Hex 76 49 53 0 26 1E 36 15B 18 25
Octal 166 111 123 0 46 36 66 533 30 45
Binary 1110110 1001001 1010011 0 100110 11110 110110 101011011 11000 100101

Color Harmonies of #764953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764953

Black with #764953

Text Example


Text Example

White with #764953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764953; }

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

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

background-color css

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

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

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

border-color css

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

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

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