Html Css Color HEX #764561 Cosmic

📋 copy color: '#764561'

red 118 ◦ green 69 ◦ blue 97

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

Shades of Cosmic #764561

Tints of Cosmic #764561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 41.55%
G = 24.3%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#764561 (or 0x764561) is known color: Cosmic. HEX triplet: 76, 45 and 61. RGB value is (118,69,97). Sum of RGB (Red+Green+Blue) = 118+69+97=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #764561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764561 is #89BA9E. Grayscale: #565656. Windows color (decimal): -9026207 or 6374774. OLE color: 6374774.

HSL color Cylindrical-coordinate representation of color #764561: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764561 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 97 -
CMYK 0 0.42 0.18 0.54
HSL 325.71º 0.26% 0.37% -
HSV(B) 325.71º 0.42% 0.46% -
XYZ 11.76 8.97 12.42 -
YUV 86.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 118 69 97 0 0.42 0.18 0.54 325.71 0.26 0.37
Hex 76 45 61 0 2A 12 36 146 1A 25
Octal 166 105 141 0 52 22 66 506 32 45
Binary 1110110 1000101 1100001 0 101010 10010 110110 101000110 11010 100101

Color Harmonies of #764561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764561

Black with #764561

Text Example


Text Example

White with #764561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764561; }

 p { color: rgb(118,69,97); }

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

background-color css

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

 a { background-color: rgb(118,69,97); }

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

border-color css

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

 span { border-color: rgb(118,69,97); }

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