Html Css Color HEX #888283 Venus

📋 copy color: '#888283'

red 136 ◦ green 130 ◦ blue 131

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

Shades of Venus #888283

Tints of Venus #888283

RGB

 RED value IS 136 (53.52% from 255) = 34.26%

 GREEN value IS 130 (51.17% from 255) = 32.75%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 34.26%
G = 32.75%
B = 33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#888283 (or 0x888283) is known color: Venus. HEX triplet: 88, 82 and 83. RGB value is (136,130,131). Sum of RGB (Red+Green+Blue) = 136+130+131=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 136 - color contains mainly: red. Hex color #888283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888283 is #777D7C. Grayscale: #838383. Windows color (decimal): -7830909 or 8618632. OLE color: 8618632.

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

Color convert

RGB 136 130 131 -
CMYK 0 0.04 0.04 0.47
HSL 350º 0.02% 0.52% -
HSV(B) 350º 0.04% 0.53% -
XYZ 22.23 22.84 24.71 -
YUV 131.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 136 130 131 0 0.04 0.04 0.47 350 0.02 0.52
Hex 88 82 83 0 4 4 2F 15E 2 34
Octal 210 202 203 0 4 4 57 536 2 64
Binary 10001000 10000010 10000011 0 100 100 101111 101011110 10 110100

Color Harmonies of #888283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888283

Black with #888283

Text Example


Text Example

White with #888283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888283; }

 p { color: rgb(136,130,131); }

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

background-color css

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

 a { background-color: rgb(136,130,131); }

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

border-color css

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

 span { border-color: rgb(136,130,131); }

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