Html Css Color HEX #77425B Cosmic

📋 copy color: '#77425B'

red 119 ◦ green 66 ◦ blue 91

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

Shades of Cosmic #77425B

Tints of Cosmic #77425B

RGB

 RED value IS 119 (46.88% from 255) = 43.12%

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 43.12%
G = 23.91%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77425B (or 0x77425B) is known color: Cosmic. HEX triplet: 77, 42 and 5B. RGB value is (119,66,91). Sum of RGB (Red+Green+Blue) = 119+66+91=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77425B is #88BDA4. Grayscale: #545454. Windows color (decimal): -8961445 or 5980791. OLE color: 5980791.

HSL color Cylindrical-coordinate representation of color #77425B: hue angle of 331.7º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77425B is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 91 -
CMYK 0 0.45 0.24 0.53
HSL 331.7º 0.29% 0.36% -
HSV(B) 331.7º 0.45% 0.47% -
XYZ 11.44 8.57 10.95 -
YUV 84.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 119 66 91 0 0.45 0.24 0.53 331.7 0.29 0.36
Hex 77 42 5B 0 2D 18 35 14C 1D 24
Octal 167 102 133 0 55 30 65 514 35 44
Binary 1110111 1000010 1011011 0 101101 11000 110101 101001100 11101 100100

Color Harmonies of #77425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77425B

Black with #77425B

Text Example


Text Example

White with #77425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77425B; }

 p { color: rgb(119,66,91); }

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

background-color css

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

 a { background-color: rgb(119,66,91); }

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

border-color css

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

 span { border-color: rgb(119,66,91); }

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