Html Css Color HEX #838075 Friar Grey

📋 copy color: '#838075'

red 131 ◦ green 128 ◦ blue 117

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

Shades of Friar Grey #838075

Tints of Friar Grey #838075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

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

R = 34.84%
G = 34.04%
B = 31.12%

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

#838075 (or 0x838075) is known color: Friar Grey. HEX triplet: 83, 80 and 75. RGB value is (131,128,117). Sum of RGB (Red+Green+Blue) = 131+128+117=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 131 - color contains mainly: red. Hex color #838075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838075 is #7C7F8A. Grayscale: #7F7F7F. Windows color (decimal): -8159115 or 7700611. OLE color: 7700611.

HSL color Cylindrical-coordinate representation of color #838075: hue angle of 47.14º 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 #838075 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 128 117 -
CMYK 0 0.02 0.11 0.49
HSL 47.14º 0.06% 0.49% -
HSV(B) 47.14º 0.11% 0.51% -
XYZ 20.29 21.55 19.92 -
YUV 127.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 131 128 117 0 0.02 0.11 0.49 47.14 0.06 0.49
Hex 83 80 75 0 2 B 31 2F 6 31
Octal 203 200 165 0 2 13 61 57 6 61
Binary 10000011 10000000 1110101 0 10 1011 110001 101111 110 110001

Color Harmonies of #838075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838075

Black with #838075

Text Example


Text Example

White with #838075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838075; }

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

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

background-color css

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

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

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

border-color css

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

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

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