Html Css Color HEX #75665B Pine Cone

📋 copy color: '#75665B'

red 117 ◦ green 102 ◦ blue 91

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

Shades of Pine Cone #75665B

Tints of Pine Cone #75665B

RGB

 RED value IS 117 (46.09% from 255) = 37.74%

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 37.74%
G = 32.9%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75665B (or 0x75665B) is known color: Pine Cone. HEX triplet: 75, 66 and 5B. RGB value is (117,102,91). Sum of RGB (Red+Green+Blue) = 117+102+91=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665B is #8A99A4. Grayscale: #696969. Windows color (decimal): -9083301 or 5990005. OLE color: 5990005.

HSL color Cylindrical-coordinate representation of color #75665B: hue angle of 25.38º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75665B is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 91 -
CMYK 0 0.13 0.22 0.54
HSL 25.38º 0.13% 0.41% -
HSV(B) 25.38º 0.22% 0.46% -
XYZ 13.98 14.04 11.87 -
YUV 105.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 117 102 91 0 0.13 0.22 0.54 25.38 0.13 0.41
Hex 75 66 5B 0 D 16 36 19 C 29
Octal 165 146 133 0 15 26 66 31 14 51
Binary 1110101 1100110 1011011 0 1101 10110 110110 11001 1100 101001

Color Harmonies of #75665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75665B

Black with #75665B

Text Example


Text Example

White with #75665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75665B; }

 p { color: rgb(117,102,91); }

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

background-color css

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

 a { background-color: rgb(117,102,91); }

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

border-color css

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

 span { border-color: rgb(117,102,91); }

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