Html Css Color HEX #764B62 Cosmic

📋 copy color: '#764B62'

red 118 ◦ green 75 ◦ blue 98

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

Shades of Cosmic #764B62

Tints of Cosmic #764B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.77%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 40.55%
G = 25.77%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764B62 (or 0x764B62) is known color: Cosmic. HEX triplet: 76, 4B and 62. RGB value is (118,75,98). Sum of RGB (Red+Green+Blue) = 118+75+98=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B62 is #89B49D. Grayscale: #5A5A5A. Windows color (decimal): -9024670 or 6441846. OLE color: 6441846.

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

Color convert

RGB 118 75 98 -
CMYK 0 0.36 0.17 0.54
HSL 327.91º 0.22% 0.38% -
HSV(B) 327.91º 0.36% 0.46% -
XYZ 12.19 9.77 12.8 -
YUV 90.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 118 75 98 0 0.36 0.17 0.54 327.91 0.22 0.38
Hex 76 4B 62 0 24 11 36 148 16 26
Octal 166 113 142 0 44 21 66 510 26 46
Binary 1110110 1001011 1100010 0 100100 10001 110110 101001000 10110 100110

Color Harmonies of #764B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B62

Black with #764B62

Text Example


Text Example

White with #764B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764B62; }

 p { color: rgb(118,75,98); }

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

background-color css

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

 a { background-color: rgb(118,75,98); }

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

border-color css

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

 span { border-color: rgb(118,75,98); }

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