Html Css Color HEX #764351 Camelot

📋 copy color: '#764351'

red 118 ◦ green 67 ◦ blue 81

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

Shades of Camelot #764351

Tints of Camelot #764351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.45%

R = 44.36%
G = 25.19%
B = 30.45%

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

#764351 (or 0x764351) is known color: Camelot. HEX triplet: 76, 43 and 51. RGB value is (118,67,81). Sum of RGB (Red+Green+Blue) = 118+67+81=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764351 is #89BCAE. Grayscale: #535353. Windows color (decimal): -9026735 or 5325686. OLE color: 5325686.

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

Color convert

RGB 118 67 81 -
CMYK 0 0.43 0.31 0.54
HSL 343.53º 0.28% 0.36% -
HSV(B) 343.53º 0.43% 0.46% -
XYZ 10.96 8.46 8.84 -
YUV 83.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 118 67 81 0 0.43 0.31 0.54 343.53 0.28 0.36
Hex 76 43 51 0 2B 1F 36 158 1C 24
Octal 166 103 121 0 53 37 66 530 34 44
Binary 1110110 1000011 1010001 0 101011 11111 110110 101011000 11100 100100

Color Harmonies of #764351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764351

Black with #764351

Text Example


Text Example

White with #764351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764351; }

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

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

background-color css

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

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

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

border-color css

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

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

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