Html Css Color HEX #764B5C Cosmic

📋 copy color: '#764B5C'

red 118 ◦ green 75 ◦ blue 92

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

Shades of Cosmic #764B5C

Tints of Cosmic #764B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 41.4%
G = 26.32%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#764B5C (or 0x764B5C) is known color: Cosmic. HEX triplet: 76, 4B and 5C. RGB value is (118,75,92). Sum of RGB (Red+Green+Blue) = 118+75+92=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B5C is #89B4A3. Grayscale: #595959. Windows color (decimal): -9024676 or 6048630. OLE color: 6048630.

HSL color Cylindrical-coordinate representation of color #764B5C: hue angle of 336.28º 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 #764B5C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 92 -
CMYK 0 0.36 0.22 0.54
HSL 336.28º 0.22% 0.38% -
HSV(B) 336.28º 0.36% 0.46% -
XYZ 11.92 9.66 11.36 -
YUV 89.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 118 75 92 0 0.36 0.22 0.54 336.28 0.22 0.38
Hex 76 4B 5C 0 24 16 36 150 16 26
Octal 166 113 134 0 44 26 66 520 26 46
Binary 1110110 1001011 1011100 0 100100 10110 110110 101010000 10110 100110

Color Harmonies of #764B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B5C

Black with #764B5C

Text Example


Text Example

White with #764B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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