Html Css Color HEX #7C755C Pablo

📋 copy color: '#7C755C'

red 124 ◦ green 117 ◦ blue 92

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

Shades of Pablo #7C755C

Tints of Pablo #7C755C

RGB

 RED value IS 124 (48.83% from 255) = 37.24%

 GREEN value IS 117 (46.09% from 255) = 35.14%

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 37.24%
G = 35.14%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C755C (or 0x7C755C) is known color: Pablo. HEX triplet: 7C, 75 and 5C. RGB value is (124,117,92). Sum of RGB (Red+Green+Blue) = 124+117+92=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C755C is #838AA3. Grayscale: #747474. Windows color (decimal): -8620708 or 6059388. OLE color: 6059388.

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

Color convert

RGB 124 117 92 -
CMYK 0 0.06 0.26 0.51
HSL 46.88º 0.15% 0.42% -
HSV(B) 46.88º 0.26% 0.49% -
XYZ 16.61 17.78 12.68 -
YUV 116.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 124 117 92 0 0.06 0.26 0.51 46.88 0.15 0.42
Hex 7C 75 5C 0 6 1A 33 2F F 2A
Octal 174 165 134 0 6 32 63 57 17 52
Binary 1111100 1110101 1011100 0 110 11010 110011 101111 1111 101010

Color Harmonies of #7C755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C755C

Black with #7C755C

Text Example


Text Example

White with #7C755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C755C; }

 p { color: rgb(124,117,92); }

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

background-color css

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

 a { background-color: rgb(124,117,92); }

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

border-color css

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

 span { border-color: rgb(124,117,92); }

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