Html Css Color HEX #764352 Camelot

📋 copy color: '#764352'

red 118 ◦ green 67 ◦ blue 82

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

Shades of Camelot #764352

Tints of Camelot #764352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 44.19%
G = 25.09%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#764352 (or 0x764352) is known color: Camelot. HEX triplet: 76, 43 and 52. RGB value is (118,67,82). Sum of RGB (Red+Green+Blue) = 118+67+82=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764352 is #89BCAD. Grayscale: #535353. Windows color (decimal): -9026734 or 5391222. OLE color: 5391222.

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

Color convert

RGB 118 67 82 -
CMYK 0 0.43 0.31 0.54
HSL 342.35º 0.28% 0.36% -
HSV(B) 342.35º 0.43% 0.46% -
XYZ 11 8.48 9.04 -
YUV 83.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 118 67 82 0 0.43 0.31 0.54 342.35 0.28 0.36
Hex 76 43 52 0 2B 1F 36 156 1C 24
Octal 166 103 122 0 53 37 66 526 34 44
Binary 1110110 1000011 1010010 0 101011 11111 110110 101010110 11100 100100

Color Harmonies of #764352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764352

Black with #764352

Text Example


Text Example

White with #764352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764352; }

 p { color: rgb(118,67,82); }

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

background-color css

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

 a { background-color: rgb(118,67,82); }

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

border-color css

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

 span { border-color: rgb(118,67,82); }

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