Html Css Color HEX #756B30 Crete

📋 copy color: '#756B30'

red 117 ◦ green 107 ◦ blue 48

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

Shades of Crete #756B30

Tints of Crete #756B30

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.34%

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 43.01%
G = 39.34%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#756B30 (or 0x756B30) is known color: Crete. HEX triplet: 75, 6B and 30. RGB value is (117,107,48). Sum of RGB (Red+Green+Blue) = 117+107+48=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #756B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B30 is #8A94CF. Grayscale: #676767. Windows color (decimal): -9082064 or 3173237. OLE color: 3173237.

HSL color Cylindrical-coordinate representation of color #756B30: hue angle of 51.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #756B30 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 48 -
CMYK 0 0.09 0.59 0.54
HSL 51.3º 0.42% 0.32% -
HSV(B) 51.3º 0.59% 0.46% -
XYZ 13.13 14.51 4.91 -
YUV 103.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 117 107 48 0 0.09 0.59 0.54 51.3 0.42 0.32
Hex 75 6B 30 0 9 3B 36 33 2A 20
Octal 165 153 60 0 11 73 66 63 52 40
Binary 1110101 1101011 110000 0 1001 111011 110110 110011 101010 100000

Color Harmonies of #756B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B30

Black with #756B30

Text Example


Text Example

White with #756B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756B30; }

 p { color: rgb(117,107,48); }

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

background-color css

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

 a { background-color: rgb(117,107,48); }

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

border-color css

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

 span { border-color: rgb(117,107,48); }

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