Html Css Color HEX #838175 Friar Grey

📋 copy color: '#838175'

red 131 ◦ green 129 ◦ blue 117

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

Shades of Friar Grey #838175

Tints of Friar Grey #838175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 34.75%
G = 34.22%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#838175 (or 0x838175) is known color: Friar Grey. HEX triplet: 83, 81 and 75. RGB value is (131,129,117). Sum of RGB (Red+Green+Blue) = 131+129+117=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 131 - color contains mainly: red. Hex color #838175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838175 is #7C7E8A. Grayscale: #808080. Windows color (decimal): -8158859 or 7700867. OLE color: 7700867.

HSL color Cylindrical-coordinate representation of color #838175: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838175 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 117 -
CMYK 0 0.02 0.11 0.49
HSL 51.43º 0.06% 0.49% -
HSV(B) 51.43º 0.11% 0.51% -
XYZ 20.42 21.81 19.96 -
YUV 128.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 131 129 117 0 0.02 0.11 0.49 51.43 0.06 0.49
Hex 83 81 75 0 2 B 31 33 6 31
Octal 203 201 165 0 2 13 61 63 6 61
Binary 10000011 10000001 1110101 0 10 1011 110001 110011 110 110001

Color Harmonies of #838175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838175

Black with #838175

Text Example


Text Example

White with #838175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838175; }

 p { color: rgb(131,129,117); }

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

background-color css

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

 a { background-color: rgb(131,129,117); }

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

border-color css

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

 span { border-color: rgb(131,129,117); }

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