Html Css Color HEX #774267 Cosmic

📋 copy color: '#774267'

red 119 ◦ green 66 ◦ blue 103

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

Shades of Cosmic #774267

Tints of Cosmic #774267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 41.32%
G = 22.92%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#774267 (or 0x774267) is known color: Cosmic. HEX triplet: 77, 42 and 67. RGB value is (119,66,103). Sum of RGB (Red+Green+Blue) = 119+66+103=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774267 is #88BD98. Grayscale: #555555. Windows color (decimal): -8961433 or 6767223. OLE color: 6767223.

HSL color Cylindrical-coordinate representation of color #774267: hue angle of 318.11º 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 #774267 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 103 -
CMYK 0 0.45 0.13 0.53
HSL 318.11º 0.29% 0.36% -
HSV(B) 318.11º 0.45% 0.47% -
XYZ 12 8.8 13.9 -
YUV 86.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 119 66 103 0 0.45 0.13 0.53 318.11 0.29 0.36
Hex 77 42 67 0 2D D 35 13E 1D 24
Octal 167 102 147 0 55 15 65 476 35 44
Binary 1110111 1000010 1100111 0 101101 1101 110101 100111110 11101 100100

Color Harmonies of #774267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774267

Black with #774267

Text Example


Text Example

White with #774267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774267; }

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

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

background-color css

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

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

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

border-color css

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

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

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