Html Css Color HEX #764052 Camelot

📋 copy color: '#764052'

red 118 ◦ green 64 ◦ blue 82

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

Shades of Camelot #764052

Tints of Camelot #764052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 44.7%
G = 24.24%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#764052 (or 0x764052) is known color: Camelot. HEX triplet: 76, 40 and 52. RGB value is (118,64,82). Sum of RGB (Red+Green+Blue) = 118+64+82=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #764052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764052 is #89BFAD. Grayscale: #525252. Windows color (decimal): -9027502 or 5390454. OLE color: 5390454.

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

Color convert

RGB 118 64 82 -
CMYK 0 0.46 0.31 0.54
HSL 340º 0.3% 0.36% -
HSV(B) 340º 0.46% 0.46% -
XYZ 10.83 8.13 8.98 -
YUV 82.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 118 64 82 0 0.46 0.31 0.54 340 0.3 0.36
Hex 76 40 52 0 2E 1F 36 154 1E 24
Octal 166 100 122 0 56 37 66 524 36 44
Binary 1110110 1000000 1010010 0 101110 11111 110110 101010100 11110 100100

Color Harmonies of #764052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764052

Black with #764052

Text Example


Text Example

White with #764052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764052; }

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

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

background-color css

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

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

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

border-color css

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

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

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