Html Css Color HEX #874068 Cosmic

📋 copy color: '#874068'

red 135 ◦ green 64 ◦ blue 104

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

Shades of Cosmic #874068

Tints of Cosmic #874068

RGB

 RED value IS 135 (53.13% from 255) = 44.55%

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 44.55%
G = 21.12%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#874068 (or 0x874068) is known color: Cosmic. HEX triplet: 87, 40 and 68. RGB value is (135,64,104). Sum of RGB (Red+Green+Blue) = 135+64+104=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874068 is #78BF97. Grayscale: #595959. Windows color (decimal): -7913368 or 6832263. OLE color: 6832263.

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

Color convert

RGB 135 64 104 -
CMYK 0 0.53 0.23 0.47
HSL 326.2º 0.36% 0.39% -
HSV(B) 326.2º 0.53% 0.53% -
XYZ 14.32 9.82 14.24 -
YUV 89.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 135 64 104 0 0.53 0.23 0.47 326.2 0.36 0.39
Hex 87 40 68 0 35 17 2F 146 24 27
Octal 207 100 150 0 65 27 57 506 44 47
Binary 10000111 1000000 1101000 0 110101 10111 101111 101000110 100100 100111

Color Harmonies of #874068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874068

Black with #874068

Text Example


Text Example

White with #874068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874068; }

 p { color: rgb(135,64,104); }

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

background-color css

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

 a { background-color: rgb(135,64,104); }

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

border-color css

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

 span { border-color: rgb(135,64,104); }

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