Html Css Color HEX #838F8C Granny Smith

📋 copy color: '#838F8C'

red 131 ◦ green 143 ◦ blue 140

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

Shades of Granny Smith #838F8C

Tints of Granny Smith #838F8C

RGB

 RED value IS 131 (51.56% from 255) = 31.64%

 GREEN value IS 143 (56.25% from 255) = 34.54%

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 31.64%
G = 34.54%
B = 33.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#838F8C (or 0x838F8C) is known color: Granny Smith. HEX triplet: 83, 8F and 8C. RGB value is (131,143,140). Sum of RGB (Red+Green+Blue) = 131+143+140=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 143 - color contains mainly: green. Hex color #838F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F8C is #7C7073. Grayscale: #8B8B8B. Windows color (decimal): -8155252 or 9211779. OLE color: 9211779.

HSL color Cylindrical-coordinate representation of color #838F8C: hue angle of 165º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838F8C is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 143 140 -
CMYK 0.08 0 0.02 0.44
HSL 165º 0.05% 0.54% -
HSV(B) 165º 0.08% 0.56% -
XYZ 23.92 26.36 28.64 -
YUV 139.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 131 143 140 0.08 0 0.02 0.44 165 0.05 0.54
Hex 83 8F 8C 8 0 2 2C A5 5 36
Octal 203 217 214 10 0 2 54 245 5 66
Binary 10000011 10001111 10001100 1000 0 10 101100 10100101 101 110110

Color Harmonies of #838F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F8C

Black with #838F8C

Text Example


Text Example

White with #838F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838F8C; }

 p { color: rgb(131,143,140); }

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

background-color css

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

 a { background-color: rgb(131,143,140); }

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

border-color css

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

 span { border-color: rgb(131,143,140); }

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